home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14586 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: nntp-hub.barrnet.net!biosys!paralysys
  2. From: nasser@paralysys (Nasser Abbasi)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Q: throwing exceptions in constructors
  5. Message-ID: <nhvijklhxs.fsf@paralysys>
  6. Date: 1 Apr 96 03:52:15 GMT
  7. References: <opu3ze7xf4.fsf@sweetbay.will.uiuc.edu>
  8.     <4j61d0$but@news1.h1.usa.pipeline.com>
  9. Sender: news@biosys.apldbio.COM
  10. Organization: Applied BioSystems
  11. In-reply-to: grantp@usa.pipeline.com's message of 25 Mar 96 11:52:00 GMT
  12. X-Newsreader: Gnus v5.1
  13.  
  14. In article <4j61d0$but@news1.h1.usa.pipeline.com> grantp@usa.pipeline.com (Pete Grant) writes:
  15.  
  16.    On Mar 24, 1996 19:51:11 in article <Q: throwing exceptions in
  17.    constructors>, 'Dragos-Anton Manolescu <manolesc@uiuc.edu>' wrote: 
  18.  
  19.    >I was wondering if it's possible to throw an exception from within a 
  20.    >constructor 
  21.  
  22.    BTW, Scott Meyers in his book "More Effective C++" devotes an  
  23.    entire chapter to dealing with exceptions within constructors 
  24.    and destructors.  
  25.  
  26.    This book was written in November 95 and is about as current 
  27.    as you can get.  Mr. Meyers talks about most of the recent 
  28.    additions/changes to the language as well as pointing out 
  29.    the proposed changes which could affect the way you code 
  30.    today in preparation for tomorrow. 
  31.  
  32.  
  33. I also think this is a very good book. I am learning allot from reading
  34. it. 
  35. btw, I think Scott Meyers has a PhD in CS, so technically that should
  36. be Dr Meyers . 
  37. I also like the way Scott writes, his style is clear, and the code
  38. is clear also. Today I found out from his book about the 
  39. operator comma  and can't wait to go try it out :)
  40.  
  41. Nasser
  42.  
  43.  
  44.